Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(loadable): deprecate obsolete helpers #11312

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

jcfranco
Copy link
Member

@jcfranco jcfranco commented Jan 15, 2025

Related Issue: #11305

Summary

This deprecates loadable helpers to allow for incremental migration. After #10310, componentOnReady is available for both lazy and non-lazy-loading outputs, so we can replace our custom utils that previously worked around Stencil’s inconsistency.

@github-actions github-actions bot added the refactor Issues tied to code that needs to be significantly reworked. label Jan 15, 2025
@jcfranco jcfranco mentioned this pull request Jan 15, 2025
14 tasks
@jcfranco jcfranco marked this pull request as ready for review January 17, 2025 00:55
@jcfranco jcfranco added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Jan 17, 2025
@jcfranco jcfranco requested review from driskull and benelan and removed request for driskull January 17, 2025 03:33
Copy link
Member

@driskull driskull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Should we have a followup issue to update all code to remove this? or some kind of codemod.

@jcfranco
Copy link
Member Author

@driskull Issue created! #11333

@jcfranco jcfranco merged commit 4e7dc05 into dev Jan 17, 2025
15 checks passed
@jcfranco jcfranco deleted the jcfranco/11305-drop-loadable-component branch January 17, 2025 22:23
benelan added a commit that referenced this pull request Jan 21, 2025
* origin/dev: (322 commits)
  chore: add ui icons package to enhancement template (#11344)
  chore(table): move workaround comment back to its usage (#11341)
  ci(actions): refine remove-issue-from-design-projects workflow (#11325)
  chore(actions): add icon leads notification for calcite-ui-icons requests (#11263)
  test(combobox): use async expect for non-throwing test case (#11332)
  fix(combobox, input-time-zone): fix initial item selection delay (#11326)
  build(deps): update dependency type-fest to v4.32.0 (#11308)
  chore(utility-network-layer, crosshair): add font codepoints (#11336)
  refactor(loadable): deprecate obsolete helpers (#11312)
  chore: release next
  feat: add crosshair (#11331)
  build(deps): update arcgis to ^4.32.0-next.81 (#11273)
  ci(actions): add action to remove issues from design projects (#11249)
  chore: release next
  fix(list-item): reflect the sortHandleOpen property (#11323)
  refactor(block): heading text color (#11314)
  chore: release next
  fix(list): only focus on row when clicking a list item (#11310)
  fix(tooltip, popover): honor prevented events (#11278)
  chore: release next
  ...
@benelan benelan mentioned this pull request Jan 21, 2025
benelan added a commit that referenced this pull request Jan 21, 2025
**Related Issue:** #11243 #11312

## Summary

Fix a linting error that was likely committed before the author's branch
was synced with the rule changes linked above. The linting error caused
issues committing during merge conflict resolution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr ready for visual snapshots Adding this label will run visual snapshot testing. refactor Issues tied to code that needs to be significantly reworked.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants